home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue52 / RegValet / ReadMe.txt
Encoding:
Text File  |  1999-11-11  |  1.5 KB  |  29 lines

  1. The package options call for the installation of the component's .bcp
  2. file in $(DELPHI)\Bin and the .dcu and .dcp files in $(DELPHI)\Lib.
  3. You may wish to change these to conform to your usual practice with
  4. 3rd party components.  To install the component, open the .dpk file
  5. in the Component directory, click Options (if you wish to change any
  6. output directories), then click the Compile button and then the Install
  7. button.
  8.  
  9. The HexViewer program used to demo the component is just that, a *demo*.
  10. In particular, its performance on large files is pretty awful.
  11. The sluggishness has nothing to do with component inefficiencies.
  12.  
  13. This code has been tested on Win95 and NT 4.0.  It has not been tested on
  14. Win98. This code was compiled and tested using D4.  It has not been
  15. compiled or tested with D5.
  16.  
  17. In testing this code, I've noticed a behavior for which I don't yet
  18. have an explanation.  When running the program consecutive times
  19. under Delphi, the registry settings are saved and restored just fine.
  20. When executing the program standalone after the Delphi runs, the
  21. registry settings for the Delphi runs appear to sometimes be dropped.
  22. That is, they revert to the settings prior to the Delphi runs.  This
  23. behavior was seen in both Win95 and NT testing.  The code does seem
  24. to be completely reliable for consecutive stand alone runs.  Any
  25. explanations or even theories on the cause of this would be most
  26. welcome.  You can contact me at dbaer@speartechnologies.com.
  27.  
  28. Enjoy.
  29.